projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34fbcdf
)
(x_make_frame_visible): Don't move the frame
author
Richard M. Stallman
<rms@gnu.org>
Sat, 5 Jul 1997 08:23:34 +0000
(08:23 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 5 Jul 1997 08:23:34 +0000
(08:23 +0000)
if it was iconified--only if it was invisible.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 6393ae5202e2023e814a1615b37853aa98f98ef1..6cc3f83b0989e11ad7ae8395078a20f97a87827c 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-5709,7
+5709,7
@@
x_make_frame_visible (f)
because the window manager may choose the position
and we don't want to override it. */
- if (! FRAME_VISIBLE_P (f)
+ if (! FRAME_VISIBLE_P (f)
&& ! FRAME_ICONIFIED_P (f)
&& f->output_data.x->win_gravity == NorthWestGravity
&& previously_visible)
{